home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Trusted Irix /B 4.0.4
/
Trusted-Irix B-4.0.1.iso
/
dist
/
eoe1.idb
/
usr
/
include
/
sys
/
R2300addrs.h.z
/
R2300addrs.h
Wrap
C/C++ Source or Header
|
1992-04-03
|
2KB
|
64 lines
#if R2300
#ifndef __SYS_R2300ADDRS_H__
#define __SYS_R2300ADDRS_H__
/**************************************************************************
* *
* Copyright (C) 1990, Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
**************************************************************************/
#ident "$Revision: 1.3 $"
/*
* Definitions of physical memory usage for the R2300
*
*
* 0x1fffffff ---------------------------------
* | Prom text & read only data |
* 0x1fc00000 ---------------------------------
* | SASH text, data, & bss |
* 0x00300000 ---------------------------------
* | SASH stack |
* --------------------------------
* | UNIX (if symmon loaded) |
* 0x00029000 ---------------------------------
* | Symmon text, data, & bss |
* 0x00019000 ---------------------------------
* | Symmon stack or |
* | UNIX (if symmon not loaded) |
* 0x00018000 ---------------------------------
* | Prom stack |
* ---------------------------------
* | Prom bss |
* 0x00000500 ---------------------------------
* | restart block |
* 0x00000400 ---------------------------------
* | general exception handler |
* 0x00000080 ---------------------------------
* | utlbmiss handler |
* 0x00000000 ---------------------------------
*/
/*
* Address definitions
*/
#define SYMMON_STACK 0xa001a000
#define PROM_STACK 0xa0018000
#define RESTART_ADDR 0xa0000400
/*
* Size definitions
*/
#define SYMMON_PDASIZE 512 /* size per CPU */
#endif /* __SYS_R2300ADDRS_H__ */
#endif /* R2300 */